.about-card{
border-radius:12px;
background:#ffffff;
}

.about-list{
list-style:none;
padding-left:0;
}

.about-list li{
margin-bottom:8px;
font-size:15px;
}

.about-logo{
max-width:300px;
border-radius:10px;
padding:15px;
background:white;
}

.mission-card{
border-radius:12px;
background:white;
transition:0.3s;
}

.mission-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.about-section p{
font-size:15px;
line-height:1.7;
}

.about-section img{
max-width:320px;
margin:auto;
}